Xbasic

OBJECT.PREV Function

Syntax

.Prev()

Description

Moves to the previous control as defined by the tab order.

The <OBJECT>.PREV() method applies to:

Browses (for <OBJECT> use either the <BROWSE> pointer or the name of the browse)
Forms (for <OBJECT> use either the <FORM> pointer or the name of the form)

The <OBJECT>.PREV() method moves the focus to the previous control in the tab order as if the user had pressed the Shift Tab key.

Example

:customer.prev()

Limitations

Desktop applications only.

See Also